home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / FREENET / HOWARTH / ROBOT.ZIP / h / bot-h next >
Text File  |  1996-07-31  |  522b  |  26 lines

  1. /* RISCOS BOT configuration file */
  2.  
  3. /* Use defined variables */
  4.  
  5. #define VARIANT     "ROBOT"
  6. #define VERSION     "0.07"
  7. #define IRCSERVER    "irc.demon.co.uk" // they won't like this :-)
  8. #define IRCPORT        6667
  9. #define IRCNAME        "ROBOT"
  10. #define USERNAME    "ROBOT"
  11. #define IRCGECOS    "A RiscOS BOT (ROBOT)"
  12. #define CHANNEL        "#acorn"
  13. #define CONFIRM        "zarni@keystrok.zynet.co.uk"
  14.  
  15. /* Leave these alone */
  16.  
  17. #define MAXLEN        255
  18. #define null(type) (type) 0L
  19. #define US        1
  20. #define THEM        2
  21.  
  22. #ifndef    TRUE
  23. #define    TRUE        1
  24. #define FALSE        0
  25. #endif
  26.